DSTU2

This page is part of the FHIR Specification (v1.0.2: DSTU 2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Conformance-sdc-form-manager.xml

Raw XML (canonical form)

SDC Repository for forms (id = "conformance-sdc-form-manager")

<Conformance xmlns="http://hl7.org/fhir">
  <id value="conformance-sdc-form-manager"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
         
      <h2>SDC Form Manager</h2>
         
      <p>(Requirements Definition)</p>
         
      <p>Published: 2014-07-06 (draft)</p>
         
      <p>Published by: 
        <b>U.S. Office of the National Coordinator (ONC)</b>
         
      </p>
         
      <p>This profile defines the expected capabilities of the 
        <i>SDC Form Manager</i> role when conforming to the S&amp;I Framework's 
        <a href="sdc.html">Structured Data Capture FHIR implementation guide</a>.  This role is responsible for maintaining a repository of form definitions and also
         of performing pre-population of form data.
      </p>
         
      <h2>General</h2>
         
      <table>
            
        <tbody>
               
          <tr>
                  
            <th>FHIR Version:</th>
                  
            <td>1.0.2</td>
               
          </tr>
               
          <tr>
                  
            <th>Supported formats:</th>
                  
            <td>xml, json</td>
               
          </tr>
            
        </tbody>
         
      </table>
         
      <h2>REST  behavior</h2>
         
      <p>The primary focus of the repository is the definition of 
        <a href="../questionnaires.html">Questionnaires</a>.  However, 
        <a href="../valueset.html">ValueSet</a>s must also be supported to allow definition of coded data elements.  Some data elements
         will choose to maintain value sets as 'contained' resources, meaning the value set exists
         only in the context of the data element and cannot be referenced or maintained without
         also updating the data element.  However, systems should support value set re-use across
         data elements.  (Version-specific referencing can be used to avoid value sets from changing
         independent of the referencing 
        <a href="../questionnaire.html">Questionnaire</a>.)
      </p>
         
      <p>
            
        <b>Security:</b>
         
      </p>
         
      <p>Implementations must meet the general security requirements documented in the 
        <a href="sdc-security.html">SDC implementation guide</a>.
      </p>
         
      <h3>Resource summary</h3>
         
      <table class="grid">
            
        <thead>
               
          <tr>
                  
            <th>Resource</th>
                  
            <th>Search</th>
                  
            <th>Read</th>
                  
            <th>Read Version</th>
                  
            <th>Instance History</th>
                  
            <th>Resource History</th>
                  
            <th>Create</th>
                  
            <th>Update</th>
                  
            <th>Delete</th>
               
          </tr>
            
        </thead>
            
        <tbody>
               
          <tr>
                  
            <th>Questionnaire (
              <a href="http://hl7.org/fhir/StructureDefinition/sdc-questionnaire">Profile</a>)
            </th>
                  
            <td>
                     
              <a href="#Questionnaire-search-type" title="Allows a user to search for existing forms">SHALL</a>
                  
            </td>
                  
            <td>
                     
              <a href="#Questionnaire-read" title="Allows retrieval of a specific known form">SHALL</a>
                  
            </td>
                  
            <td>
                     
              <a href="#Questionnaire-vread" title="Allows retrieval of a specific version of a form">SHALL</a>
                  
            </td>
                  
            <td>
                     
              <a href="#Questionnaire-history-instance" title="Allows review of changes to a form over time">SHALL</a>
                  
            </td>
                  
            <td/>
                  
            <td>
                     
              <a href="#Questionnaire-create" title="Allows defining a new form.  Repositories requiring curation of submitted forms may require
               all new data elements to have a status of 'draft'.">SHALL</a>
                  
            </td>
                  
            <td>
                     
              <a href="#Questionnaire-update" title="Allows an existing form to be updated.  Servers may choose to prohibit certain types of
               edits, instead requiring the creation of a new questionnaire (and potentially the retiring
               of the existing questionnaire).  Servers may also limit who can change particular forms.">SHALL</a>
                  
            </td>
                  
            <td>
                     
              <a href="#Questionnaire-delete" title="Allows removal of an existing form.  Servers may choose to not support deletions and instead
               require that the form's status be changed to 'retired'.  Other systems support deletions
               but limit them to forms meeting certain requirements.  E.g. only forms with a status of
               draft or only forms that have been retired for at least two years, etc.">MAY</a>
                  
            </td>
               
          </tr>
               
          <tr>
                  
            <th>ValueSet (
              <a href="http://hl7.org/fhir/StructureDefinition/sdc-valueset">Profile</a>)
            </th>
                  
            <td>
                     
              <a href="#ValueSet-search-type" title="Allows discovery of existing value sets for use in authoring questionnaires">SHALL</a>
                  
            </td>
                  
            <td>
                     
              <a href="#ValueSet-read" title="Allows retrieval of a specific value set referenced within a questionnaire">SHALL</a>
                  
            </td>
                  
            <td>
                     
              <a href="#ValueSet-vread" title="Allows retrieval of a historical version of a value set as referenced within a questionnaire">SHALL</a>
                  
            </td>
                  
            <td>
                     
              <a href="#ValueSet-history-instance" title="Allows review of changes to a value set over time">SHALL</a>
                  
            </td>
                  
            <td/>
                  
            <td>
                     
              <a href="#ValueSet-create" title="Allows definition of a new value set used by one or more questionnaires">SHALL</a>
                  
            </td>
                  
            <td>
                     
              <a href="#ValueSet-update" title="Allows existing value sets referenced by one or more questionnaires to be maintained">SHALL</a>
                  
            </td>
                  
            <td>
                     
              <a href="#ValueSet-delete" title="Not all servers will support deletion of value sets.  Status change to 'retired' will
               be more typical, though deletion of draft value sets may keep repositories cleaner.">MAY</a>
                  
            </td>
               
          </tr>
            
        </tbody>
         
      </table>
         
      <p>
            
        <b>Operations:</b>
            
        <a href="http://hl7.org/fhir/OperationDefinition#questionnaire-populate" title="Populate Questionnaire">populate</a> MAY
      </p>
         
      <br/>
         
      <br/>
         
      <h3>
            
        <a href="../questionnaire.html">Questionnaire</a>
         
      </h3>
         
      <h4>Interactions</h4>
         
      <table class="list">
            
        <thead>
               
          <tr>
                  
            <th>Name</th>
                  
            <th>Conformance</th>
                  
            <th>Description</th>
               
          </tr>
            
        </thead>
            
        <tbody>
               
          <tr>
                  
            <th>
                     
              <a name="Questionnaire-search-type"> </a>
                     
              <span>search-type</span>
                  
            </th>
                  
            <td>SHALL</td>
                  
            <td>
                     
              <p>Allows a user to search for existing forms</p>
                  
            </td>
               
          </tr>
               
          <tr>
                  
            <th>
                     
              <a name="Questionnaire-read"> </a>
                     
              <span>read</span>
                  
            </th>
                  
            <td>SHALL</td>
                  
            <td>
                     
              <p>Allows retrieval of a specific known form</p>
                  
            </td>
               
          </tr>
               
          <tr>
                  
            <th>
                     
              <a name="Questionnaire-vread"> </a>
                     
              <span>vread</span>
                  
            </th>
                  
            <td>SHALL</td>
                  
            <td>
                     
              <p>Allows retrieval of a specific version of a form</p>
                  
            </td>
               
          </tr>
               
          <tr>
                  
            <th>
                     
              <a name="Questionnaire-history-instance"> </a>
                     
              <span>history-instance</span>
                  
            </th>
                  
            <td>SHALL</td>
                  
            <td>
                     
              <p>Allows review of changes to a form over time</p>
                  
            </td>
               
          </tr>
               
          <tr>
                  
            <th>
                     
              <a name="Questionnaire-create"> </a>
                     
              <span>create</span>
                  
            </th>
                  
            <td>SHALL</td>
                  
            <td>
                     
              <p>Allows defining a new form.  Repositories requiring curation of submitted forms may require
                 all new data elements to have a status of 'draft'.</p>
                  
            </td>
               
          </tr>
               
          <tr>
                  
            <th>
                     
              <a name="Questionnaire-update"> </a>
                     
              <span>update</span>
                  
            </th>
                  
            <td>SHALL</td>
                  
            <td>
                     
              <p>Allows an existing form to be updated.  Servers may choose to prohibit certain types of
                 edits, instead requiring the creation of a new questionnaire (and potentially the retiring
                 of the existing questionnaire).  Servers may also limit who can change particular forms.</p>
                  
            </td>
               
          </tr>
               
          <tr>
                  
            <th>
                     
              <a name="Questionnaire-validate"> </a>
                     
              <span>validate</span>
                  
            </th>
                  
            <td>SHOULD</td>
                  
            <td>
                     
              <p>SHOULD. Allows a client to verify whether a particular new form or revision of an existing
                 form would be accepted based on validation and other business rules.  Useful for some
                 workflows</p>
                  
            </td>
               
          </tr>
               
          <tr>
                  
            <th>
                     
              <a name="Questionnaire-delete"> </a>
                     
              <span>delete</span>
                  
            </th>
                  
            <td>MAY</td>
                  
            <td>
                     
              <p>Allows removal of an existing form.  Servers may choose to not support deletions and instead
                 require that the form's status be changed to 'retired'.  Other systems support deletions
                 but limit them to forms meeting certain requirements.  E.g. only forms with a status of
                 draft or only forms that have been retired for at least two years, etc.</p>
                  
            </td>
               
          </tr>
            
        </tbody>
         
      </table>
         
      <h4>Search</h4>
         
      <p>Supported Includes: Questionnaire.group.question.options</p>
         
      <table class="list">
            
        <thead>
               
          <tr>
                  
            <th>Parameter</th>
                  
            <th>Conformance</th>
                  
            <th>Type</th>
                  
            <th>Definition &amp; Chaining</th>
               
          </tr>
            
        </thead>
            
        <tbody>
               
          <tr>
                  
            <th>code</th>
                  
            <td>SHALL</td>
                  
            <td>token</td>
                  
            <td/>
               
          </tr>
               
          <tr>
                  
            <th>date</th>
                  
            <td>SHALL</td>
                  
            <td>date</td>
                  
            <td/>
               
          </tr>
               
          <tr>
                  
            <th>identifier</th>
                  
            <td>SHALL</td>
                  
            <td>token</td>
                  
            <td/>
               
          </tr>
               
          <tr>
                  
            <th>publisher</th>
                  
            <td>SHALL</td>
                  
            <td>string</td>
                  
            <td/>
               
          </tr>
               
          <tr>
                  
            <th>status</th>
                  
            <td>SHALL</td>
                  
            <td>token</td>
                  
            <td/>
               
          </tr>
               
          <tr>
                  
            <th>title</th>
                  
            <td>SHALL</td>
                  
            <td>string</td>
                  
            <td/>
               
          </tr>
               
          <tr>
                  
            <th>version</th>
                  
            <td>SHALL</td>
                  
            <td>string</td>
                  
            <td/>
               
          </tr>
               
          <tr>
                  
            <th>deReference</th>
                  
            <td>SHALL</td>
                  
            <td>token</td>
                  
            <td/>
               
          </tr>
            
        </tbody>
         
      </table>
         
      <br/>
         
      <br/>
         
      <h3>
            
        <a href="../valueset.html">ValueSet</a>
         
      </h3>
         
      <h4>Interactions</h4>
         
      <table class="list">
            
        <thead>
               
          <tr>
                  
            <th>Name</th>
                  
            <th>Conformance</th>
                  
            <th>Description</th>
               
          </tr>
            
        </thead>
            
        <tbody>
               
          <tr>
                  
            <th>
                     
              <a name="ValueSet-search-type"> </a>
                     
              <span>search-type</span>
                  
            </th>
                  
            <td>SHALL</td>
                  
            <td>
                     
              <p>Allows discovery of existing value sets for use in authoring questionnaires</p>
                  
            </td>
               
          </tr>
               
          <tr>
                  
            <th>
                     
              <a name="ValueSet-read"> </a>
                     
              <span>read</span>
                  
            </th>
                  
            <td>SHALL</td>
                  
            <td>
                     
              <p>Allows retrieval of a specific value set referenced within a questionnaire</p>
                  
            </td>
               
          </tr>
               
          <tr>
                  
            <th>
                     
              <a name="ValueSet-vread"> </a>
                     
              <span>vread</span>
                  
            </th>
                  
            <td>SHALL</td>
                  
            <td>
                     
              <p>Allows retrieval of a historical version of a value set as referenced within a questionnaire</p>
                  
            </td>
               
          </tr>
               
          <tr>
                  
            <th>
                     
              <a name="ValueSet-history-instance"> </a>
                     
              <span>history-instance</span>
                  
            </th>
                  
            <td>SHALL</td>
                  
            <td>
                     
              <p>Allows review of changes to a value set over time</p>
                  
            </td>
               
          </tr>
               
          <tr>
                  
            <th>
                     
              <a name="ValueSet-create"> </a>
                     
              <span>create</span>
                  
            </th>
                  
            <td>SHALL</td>
                  
            <td>
                     
              <p>Allows definition of a new value set used by one or more questionnaires</p>
                  
            </td>
               
          </tr>
               
          <tr>
                  
            <th>
                     
              <a name="ValueSet-update"> </a>
                     
              <span>update</span>
                  
            </th>
                  
            <td>SHALL</td>
                  
            <td>
                     
              <p>Allows existing value sets referenced by one or more questionnaires to be maintained</p>
                  
            </td>
               
          </tr>
               
          <tr>
                  
            <th>
                     
              <a name="ValueSet-validate"> </a>
                     
              <span>validate</span>
                  
            </th>
                  
            <td>SHOULD</td>
                  
            <td>
                     
              <p>Allows verification that a value set is valid prior to submission - useful for some workflows.</p>
                  
            </td>
               
          </tr>
               
          <tr>
                  
            <th>
                     
              <a name="ValueSet-delete"> </a>
                     
              <span>delete</span>
                  
            </th>
                  
            <td>MAY</td>
                  
            <td>
                     
              <p>Not all servers will support deletion of value sets.  Status change to 'retired' will
                 be more typical, though deletion of draft value sets may keep repositories cleaner.</p>
                  
            </td>
               
          </tr>
            
        </tbody>
         
      </table>
         
      <h4>Search</h4>
         
      <p>Supported Includes: ValueSet.compose.import</p>
         
      <table class="list">
            
        <thead>
               
          <tr>
                  
            <th>Parameter</th>
                  
            <th>Conformance</th>
                  
            <th>Type</th>
                  
            <th>Definition &amp; Chaining</th>
               
          </tr>
            
        </thead>
            
        <tbody>
               
          <tr>
                  
            <th>code</th>
                  
            <td>SHALL</td>
                  
            <td>token</td>
                  
            <td/>
               
          </tr>
               
          <tr>
                  
            <th>date</th>
                  
            <td>SHALL</td>
                  
            <td>date</td>
                  
            <td/>
               
          </tr>
               
          <tr>
                  
            <th>description</th>
                  
            <td>SHALL</td>
                  
            <td>string</td>
                  
            <td/>
               
          </tr>
               
          <tr>
                  
            <th>identifier</th>
                  
            <td>SHALL</td>
                  
            <td>token</td>
                  
            <td/>
               
          </tr>
               
          <tr>
                  
            <th>name</th>
                  
            <td>SHALL</td>
                  
            <td>string</td>
                  
            <td/>
               
          </tr>
               
          <tr>
                  
            <th>publisher</th>
                  
            <td>SHALL</td>
                  
            <td>string</td>
                  
            <td/>
               
          </tr>
               
          <tr>
                  
            <th>reference</th>
                  
            <td>SHALL</td>
                  
            <td>string</td>
                  
            <td/>
               
          </tr>
               
          <tr>
                  
            <th>status</th>
                  
            <td>SHALL</td>
                  
            <td>token</td>
                  
            <td/>
               
          </tr>
               
          <tr>
                  
            <th>system</th>
                  
            <td>SHALL</td>
                  
            <td>string</td>
                  
            <td/>
               
          </tr>
               
          <tr>
                  
            <th>version</th>
                  
            <td>SHALL</td>
                  
            <td>string</td>
                  
            <td/>
               
          </tr>
            
        </tbody>
         
      </table>
      
    </div>
  </text>
  <name value="SDC Form Manager"/>
  <status value="draft"/>
  <publisher value="U.S. Office of the National Coordinator (ONC)"/>
  <contact>
    <telecom>
      <system value="other"/>
      <value value="http://wiki.siframework.org/Structured+Data+Capture+Initiative"/>
    </telecom>
  </contact>
  <date value="2014-07-06"/>
  <description value="This profile defines the expected capabilities of the ''SDC Form Manager'' role when conforming
   to the S&amp;I Framework's [[sdc.html|Structured Data Capture FHIR implementation guide]].
    This role is responsible for maintaining a repository of form definitions and also of
   performing pre-population of form data."/>
  <kind value="requirements"/>
  <fhirVersion value="1.0.2"/>
  <acceptUnknown value="extensions"/>
  <format value="xml"/>
  <format value="json"/>
  <rest>
    <mode value="server"/>
    <documentation value="The primary focus of the repository is the definition of [[Questionnaires]].  However,
     [[ValueSet]]s must also be supported to allow definition of coded data elements.  Some
     data elements will choose to maintain value sets as 'contained' resources, meaning the
     value set exists only in the context of the data element and cannot be referenced or maintained
     without also updating the data element.  However, systems should support value set re-use
     across data elements.  (Version-specific referencing can be used to avoid value sets from
     changing independent of the referencing [[Questionnaire]].)"/>
    <security>
      <description value="Implementations must meet the general security requirements documented in the [[sdc-security|SDC
       implementation guide]]."/>
    </security>
    <resource>
      <type value="Questionnaire"/>
      <profile>
        <reference value="http://hl7.org/fhir/StructureDefinition/sdc-questionnaire"/>
      </profile>
      <interaction>
        <extension url="http://hl7.org/fhir/StructureDefinition/conformance-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="search-type"/>
        <documentation value="Allows a user to search for existing forms"/>
      </interaction>
      <interaction>
        <extension url="http://hl7.org/fhir/StructureDefinition/conformance-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="read"/>
        <documentation value="Allows retrieval of a specific known form"/>
      </interaction>
      <interaction>
        <extension url="http://hl7.org/fhir/StructureDefinition/conformance-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="vread"/>
        <documentation value="Allows retrieval of a specific version of a form"/>
      </interaction>
      <interaction>
        <extension url="http://hl7.org/fhir/StructureDefinition/conformance-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="history-instance"/>
        <documentation value="Allows review of changes to a form over time"/>
      </interaction>
      <interaction>
        <extension url="http://hl7.org/fhir/StructureDefinition/conformance-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="create"/>
        <documentation value="Allows defining a new form.  Repositories requiring curation of submitted forms may require
         all new data elements to have a status of 'draft'."/>
      </interaction>
      <interaction>
        <extension url="http://hl7.org/fhir/StructureDefinition/conformance-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="update"/>
        <documentation value="Allows an existing form to be updated.  Servers may choose to prohibit certain types of
         edits, instead requiring the creation of a new questionnaire (and potentially the retiring
         of the existing questionnaire).  Servers may also limit who can change particular forms."/>
      </interaction>
      <interaction>
        <extension url="http://hl7.org/fhir/StructureDefinition/conformance-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <code value="validate"/>
        <documentation value="SHOULD. Allows a client to verify whether a particular new form or revision of an existing
         form would be accepted based on validation and other business rules.  Useful for some
         workflows"/>
      </interaction>
      <interaction>
        <extension url="http://hl7.org/fhir/StructureDefinition/conformance-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="delete"/>
        <documentation value="Allows removal of an existing form.  Servers may choose to not support deletions and instead
         require that the form's status be changed to 'retired'.  Other systems support deletions
         but limit them to forms meeting certain requirements.  E.g. only forms with a status of
         draft or only forms that have been retired for at least two years, etc."/>
      </interaction>
      <searchInclude value="Questionnaire.group.question.options"/>
      <searchParam>
        <extension url="http://hl7.org/fhir/StructureDefinition/conformance-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="code"/>
        <definition value="http://hl7.org/fhir/SearchParameter/questionnaire#code"/>
        <type value="token"/>
      </searchParam>
      <searchParam>
        <extension url="http://hl7.org/fhir/StructureDefinition/conformance-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="date"/>
        <definition value="http://hl7.org/fhir/SearchParameter/questionnaire#date"/>
        <type value="date"/>
      </searchParam>
      <searchParam>
        <extension url="http://hl7.org/fhir/StructureDefinition/conformance-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="identifier"/>
        <definition value="http://hl7.org/fhir/SearchParameter/questionnaire#identifier"/>
        <type value="token"/>
      </searchParam>
      <searchParam>
        <extension url="http://hl7.org/fhir/StructureDefinition/conformance-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="publisher"/>
        <definition value="http://hl7.org/fhir/SearchParameter/questionnaire#publisher"/>
        <type value="string"/>
      </searchParam>
      <searchParam>
        <extension url="http://hl7.org/fhir/StructureDefinition/conformance-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="status"/>
        <definition value="http://hl7.org/fhir/SearchParameter/questionnaire#status"/>
        <type value="token"/>
      </searchParam>
      <searchParam>
        <extension url="http://hl7.org/fhir/StructureDefinition/conformance-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="title"/>
        <definition value="http://hl7.org/fhir/SearchParameter/questionnaire#title"/>
        <type value="string"/>
      </searchParam>
      <searchParam>
        <extension url="http://hl7.org/fhir/StructureDefinition/conformance-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="version"/>
        <definition value="http://hl7.org/fhir/SearchParameter/questionnaire#version"/>
        <type value="string"/>
      </searchParam>
      <searchParam>
        <extension url="http://hl7.org/fhir/StructureDefinition/conformance-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="deReference"/>
        <definition value="http://hl7.org/fhir/SearchParameter/questionnaire-deReference"/>
        <type value="token"/>
      </searchParam>
    </resource>
    <resource>
      <type value="ValueSet"/>
      <profile>
        <reference value="http://hl7.org/fhir/StructureDefinition/sdc-valueset"/>
      </profile>
      <interaction>
        <extension url="http://hl7.org/fhir/StructureDefinition/conformance-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="search-type"/>
        <documentation value="Allows discovery of existing value sets for use in authoring questionnaires"/>
      </interaction>
      <interaction>
        <extension url="http://hl7.org/fhir/StructureDefinition/conformance-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="read"/>
        <documentation value="Allows retrieval of a specific value set referenced within a questionnaire"/>
      </interaction>
      <interaction>
        <extension url="http://hl7.org/fhir/StructureDefinition/conformance-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="vread"/>
        <documentation value="Allows retrieval of a historical version of a value set as referenced within a questionnaire"/>
      </interaction>
      <interaction>
        <extension url="http://hl7.org/fhir/StructureDefinition/conformance-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="history-instance"/>
        <documentation value="Allows review of changes to a value set over time"/>
      </interaction>
      <interaction>
        <extension url="http://hl7.org/fhir/StructureDefinition/conformance-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="create"/>
        <documentation value="Allows definition of a new value set used by one or more questionnaires"/>
      </interaction>
      <interaction>
        <extension url="http://hl7.org/fhir/StructureDefinition/conformance-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="update"/>
        <documentation value="Allows existing value sets referenced by one or more questionnaires to be maintained"/>
      </interaction>
      <interaction>
        <extension url="http://hl7.org/fhir/StructureDefinition/conformance-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <code value="validate"/>
        <documentation value="Allows verification that a value set is valid prior to submission - useful for some workflows."/>
      </interaction>
      <interaction>
        <extension url="http://hl7.org/fhir/StructureDefinition/conformance-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="delete"/>
        <documentation value="Not all servers will support deletion of value sets.  Status change to 'retired' will
         be more typical, though deletion of draft value sets may keep repositories cleaner."/>
      </interaction>
    <!--     Should we include this in the conformance statement at all?     -->
      <searchInclude value="ValueSet.compose.import"/>
      <searchParam>
        <extension url="http://hl7.org/fhir/StructureDefinition/conformance-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="code"/>
        <definition value="http://hl7.org/fhir/SearchParameter/valueset#code"/>
        <type value="token"/>
      </searchParam>
      <searchParam>
        <extension url="http://hl7.org/fhir/StructureDefinition/conformance-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="date"/>
        <definition value="http://hl7.org/fhir/SearchParameter/valueset#date"/>
        <type value="date"/>
      </searchParam>
      <searchParam>
        <extension url="http://hl7.org/fhir/StructureDefinition/conformance-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="description"/>
        <definition value="http://hl7.org/fhir/SearchParameter/valueset#description"/>
        <type value="string"/>
      </searchParam>
      <searchParam>
        <extension url="http://hl7.org/fhir/StructureDefinition/conformance-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="identifier"/>
        <definition value="http://hl7.org/fhir/SearchParameter/valueset#identifier"/>
        <type value="token"/>
      </searchParam>
      <searchParam>
        <extension url="http://hl7.org/fhir/StructureDefinition/conformance-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="name"/>
        <definition value="http://hl7.org/fhir/SearchParameter/valueset#name"/>
        <type value="string"/>
      </searchParam>
      <searchParam>
        <extension url="http://hl7.org/fhir/StructureDefinition/conformance-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="publisher"/>
        <definition value="http://hl7.org/fhir/SearchParameter/valueset#publisher"/>
        <type value="string"/>
      </searchParam>
      <searchParam>
        <extension url="http://hl7.org/fhir/StructureDefinition/conformance-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="reference"/>
        <definition value="http://hl7.org/fhir/SearchParameter/valueset#reference"/>
        <type value="string"/>
      </searchParam>
      <searchParam>
        <extension url="http://hl7.org/fhir/StructureDefinition/conformance-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="status"/>
        <definition value="http://hl7.org/fhir/SearchParameter/valueset#status"/>
        <type value="token"/>
      </searchParam>
      <searchParam>
        <extension url="http://hl7.org/fhir/StructureDefinition/conformance-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="system"/>
        <definition value="http://hl7.org/fhir/SearchParameter/valueset#system"/>
        <type value="string"/>
      </searchParam>
      <searchParam>
        <extension url="http://hl7.org/fhir/StructureDefinition/conformance-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="version"/>
        <definition value="http://hl7.org/fhir/SearchParameter/valueset#version"/>
        <type value="string"/>
      </searchParam>
    </resource>
    <operation>
      <extension url="http://hl7.org/fhir/StructureDefinition/conformance-expectation">
        <valueCode value="MAY"/>
      </extension>
      <name value="populate"/>
      <definition>
        <reference value="http://hl7.org/fhir/OperationDefinition#questionnaire-populate"/>
        <display value="Populate Questionnaire"/>
      </definition>
    </operation>
  </rest>
</Conformance>

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.